Jobs are hierarchical. A Job has a children property that is a Sequence
of its children.
withContext() creates a child Job to manage the code block passed to
withContext(), and that Job shows up in the list of children from the
parent Job.
You can learn more about this in:
Tags: